projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
426b565
)
*** empty log message ***
author
Gerd Moellmann
<gerd@gnu.org>
Mon, 29 Oct 2001 12:25:58 +0000
(12:25 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Mon, 29 Oct 2001 12:25:58 +0000
(12:25 +0000)
lisp/ChangeLog
patch
|
blob
|
history
src/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 0abb38be415ded6edfecdf5e95ace8f95c55288a..be045e19452d3200c49d92e04707ce75c42c4df4 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,5
+1,8
@@
2001-10-29 Gerd Moellmann <gerd@gnu.org>
+ * enriched.el (enriched-face-ans): Handle face attributes
+ of the form `(FACE1 FACE2 ...)'.
+
* dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired
buffers.
diff --git
a/src/ChangeLog
b/src/ChangeLog
index e963408e341e14e5b90c68c2dddf9e58ce982db2..955c8d921eb08ad2a88c683580b93e4f75fcbfcf 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,8
@@
2001-10-29 Gerd Moellmann <gerd@gnu.org>
+ * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
+ the slant attribute if FRAME is t.
+
* xfns.c (x_set_internal_border_width): Set frame garbaged
when X window doesn't exist yet.